Telegram Group & Telegram Channel
Lists

Append vs Extend in lists
Если append итерируемый объект добавит как элемент, то extend расширяет его.

Pop vs Remove
Pop - удаляет по индексу и возвращает, remove - удаляет по значению

Что если в sort использовать разные типы данных?
Выдаст TypeError

Sort использует
Tim sort (merge sort and insertion sort)

Как устроен array list?
Динамический массив (3n + 1 расширение)

Как копировать список?
l2 = l1[:]
l2 = l1.copy()
Shallow copy

Чем отличается list и tuple?
Mutable/immutable
Кортежам есть применение в много поточности.



tg-me.com/python_interview/5
Create:
Last Update:

Lists

Append vs Extend in lists
Если append итерируемый объект добавит как элемент, то extend расширяет его.

Pop vs Remove
Pop - удаляет по индексу и возвращает, remove - удаляет по значению

Что если в sort использовать разные типы данных?
Выдаст TypeError

Sort использует
Tim sort (merge sort and insertion sort)

Как устроен array list?
Динамический массив (3n + 1 расширение)

Как копировать список?
l2 = l1[:]
l2 = l1.copy()
Shallow copy

Чем отличается list и tuple?
Mutable/immutable
Кортежам есть применение в много поточности.

BY Python. Собеседование. Книги.


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/python_interview/5

View MORE
Open in Telegram


Python Собеседование Книги Telegram | DID YOU KNOW?

Date: |

That growth environment will include rising inflation and interest rates. Those upward shifts naturally accompany healthy growth periods as the demand for resources, products and services rise. Importantly, the Federal Reserve has laid out the rationale for not interfering with that natural growth transition.It's not exactly a fad, but there is a widespread willingness to pay up for a growth story. Classic fundamental analysis takes a back seat. Even negative earnings are ignored. In fact, positive earnings seem to be a limiting measure, producing the question, "Is that all you've got?" The preference is a vision of untold riches when the exciting story plays out as expected.

Newly uncovered hack campaign in Telegram

The campaign, which security firm Check Point has named Rampant Kitten, comprises two main components, one for Windows and the other for Android. Rampant Kitten’s objective is to steal Telegram messages, passwords, and two-factor authentication codes sent by SMS and then also take screenshots and record sounds within earshot of an infected phone, the researchers said in a post published on Friday.

Python Собеседование Книги from ms


Telegram Python. Собеседование. Книги.
FROM USA